SByteNINumericSByteNMultiply Method
Computes the product of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SByteN INumeric<SByteN>.Multiply(
SByteN value
)
Private Function Multiply (
value As SByteN
) As SByteN Implements INumeric(Of SByteN).Multiply
private:
virtual SByteN Multiply(
SByteN value
) sealed = INumeric<SByteN>::Multiply
private abstract Multiply :
value : SByteN -> SByteN
private override Multiply :
value : SByteN -> SByteN
- value SByteN
- The value to multiply with the current value.
SByteNThe product of the current value and
value.
INumericTSelfMultiply(TSelf)